
Apologetic Email
This script, when activated, makes the user send an apologetic e-mail - whether they like it or not! Very funny, but has no real use. 
 
-----------------------------


<!-- ONE STEP TO INSTALL APOLOGIZE E-MAIL:

   1.  Paste the coding into the BODY of your HTML document  -->

<!-- STEP ONE: Copy this coding into the BODY of your HTML document  -->
		  
<BODY>

<CENTER>

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<a href="" onMouseover="alert('Why are you putting your cursor here?');
alert('I did not say you could!');
alert('I think you should e-mail me and say your sorry!');
alert('Yeah you better do it before i get mad!!!');
document.bgColor='black';
document.fgColor='White';
window.location.href='mailto:spammer@earthling.net?subject=I am sorry!';"">Hi!</a>
</CENTER>

<p><center>
<font face="arial, helvetica" size="-2">Free JavaScripts provided<br>
by <a href="http://javascriptsource.com">The JavaScript Source</a></font>
</center><p>

<!-- Script Size:  0.50 KB  -->
